home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  451 b   |  21 lines

  1. on mouseDown
  2.   global autoflg, framecnt
  3.   set the ink of sprite 10 to 4
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the ink of sprite 10 to 8
  9.   updateStage()
  10.   if autoflg = 0 then
  11.     set autoflg to 1
  12.   else
  13.     set autoflg to 0
  14.     set the timeoutScript to EMPTY
  15.   end if
  16.   go(marker(0))
  17.   set gcnt to value(getAt(no_cat, framecnt))
  18.   set the movieRate of sprite 20 to 0
  19.   set the movieTime of sprite 20 to gcnt
  20. end
  21.